home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / thrust_2.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(press, keyPress Space).as
Text File  |  2012-01-07  |  111b  |  7 lines

  1. on(press, keyPress "<Space>"){
  2.    score = 0;
  3.    Lives = 4;
  4.    Level = 1;
  5.    _root.gotoAndStop("game");
  6. }
  7.